HighlightFrameRequest

data class HighlightFrameRequest(frameId: FrameId, contentColor: RGBA?, contentOutlineColor: RGBA?)

Represents request frame that can be used with Overlay#highlightFrame operation call.

Highlights owner element of the frame with given id.

See also

Constructors

HighlightFrameRequest
Link copied to clipboard
fun HighlightFrameRequest(frameId: FrameId, contentColor: RGBA? = null, contentOutlineColor: RGBA? = null)

Properties

contentColor
Link copied to clipboard
val contentColor: RGBA? = null
The content box highlight fill color (default: transparent).
contentOutlineColor
Link copied to clipboard
val contentOutlineColor: RGBA? = null
The content box highlight outline color (default: transparent).
frameId
Link copied to clipboard
val frameId: FrameId
Identifier of the frame to highlight.

Sources

jvm source
Link copied to clipboard